body {
background: #f6fff8;
}

.brand-section {
  padding: 30px 0;
}

/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

.brand-heading {
font-size: 2.5rem;
font-weight: 800;
color: #1f7a3f;
text-align: center;
margin-bottom: 30px;
}

.brand-heading::after {
  content: "";
  width: 120px;
  height: 5px;
  background: linear-gradient(90deg, #1f7a3f, #6bcf9b);
  display: block;
  margin: 15px auto 0;
  border-radius: 10px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.slider-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: marquee 15s linear infinite;
}

section .slider-track {
  animation-delay: -7.5s;
}

.brand-card {
background: #fff;
border-radius: 20px;
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
padding: 25px;
width: 260px;
height: 160px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.4s ease;
}


.brand-card:hover {
transform: scale(1.15);
}


.brand-card img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}


@keyframes scroll {
  from { transform: translateX(100%); }
  to   { transform: translateX(-100%); }
}



.slider-wrapper:hover .slider-track {
animation-play-state: paused;
}

/* Second section should start immediately */
section:nth-of-type(2) .slider-track {
  animation-delay: -7.5s;
}

  .premium-footer {
    background: #0d1b15;
    color: #ffffff;
    padding: 30px 20px 15px; /* Height choti karne ke liye compact padding */
    position: relative;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.footer-overlay {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(64, 145, 108, 0.1) 0%, transparent 70%);
    z-index: 1;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Logo - Height Adjusted */
.footer-logo img {
    height: 85px; 
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.footer-logo:hover img { transform: scale(1.1); }

/* Contact Links with Hover Effects */
.footer-info-center { margin-bottom: 20px; }
.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}
.contact-item i { color: #40916c; font-size: 1.2rem; }
.contact-item a {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.3s;
}

/* Underline Hover Effect */
.hover-underline { position: relative; }
.hover-underline::after {
    content: '';
    position: absolute;
    width: 0; height: 1px;
    bottom: -2px; left: 0;
    background-color: #40916c;
    transition: width 0.3s ease;
}
.hover-underline:hover { color: #ffffff; }
.hover-underline:hover::after { width: 100%; }

.contact-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Social Icons (Super Hover) */
.footer-socials {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
}
.social-btn {
    width: 38px; height: 38px;
    background: rgba(255,255,255,0.05);
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; color: #fff;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    text-decoration: none;
}
.social-btn:hover {
    background: #40916c;
    color: white;
    transform: translateY(-5px) rotate(360deg);
    box-shadow: 0 5px 15px rgba(64, 145, 108, 0.4);
}

/* Compact Nav */
.footer-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 15px 0;
    margin: 20px 0 10px;
}
.footer-nav a {
    color: #a0aec0;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}
.footer-nav a:hover { color: #40916c; letter-spacing: 1px; }

/* Bottom Section */
.footer-bottom {
    font-size: 0.75rem;
    color: #718096;
    padding-top: 10px;
}
.footer-bottom span { color: #40916c; font-weight: 700; }
.footer-bottom a { color: #40916c; text-decoration: none; font-weight: bold; }

/* Mobile View */
@media (max-width: 768px) {
    .contact-row { flex-direction: column; gap: 5px; }
    .footer-nav { gap: 10px; }
}

 :root {
  --neon-green: #2ecc71;
  --deep-forest: #0a1f1a;
  --glass-green: rgba(46, 204, 113, 0.05);
  --border-green: rgba(46, 204, 113, 0.2);
  --white-card: #ffffff;
}

body {
  background: var(--deep-forest); /* Deep Green-Black Background */
  color: #e0f2f1;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin: 0;
}

/* --- Premium Headings (Green Theme) --- */
.brand-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.brand-heading {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  /* Fixing the background-clip issue with a fallback */
  background: linear-gradient(135deg, #ffffff 30%, var(--neon-green) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block; /* Ensures clip works correctly */
}

.brand-heading::after {
  content: '';
  display: block;
  width: 120px;
  height: 5px;
  background: linear-gradient(90deg, transparent, var(--neon-green), transparent);
  margin: 20px auto;
  border-radius: 50px;
  box-shadow: 0 0 20px var(--neon-green);
}

/* --- The Slider Wrapper (Animated Glow) --- */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background: radial-gradient(circle at center, rgba(46, 204, 113, 0.1), transparent);
  border-top: 1px solid var(--border-green);
  border-bottom: 1px solid var(--border-green);
}

.slider-track {
  display: flex;
  /* Animation duration can be adjusted (30s = fast, 60s = slow) */
  animation: infiniteScroll 50s linear infinite;
  width: max-content;
}

.slider-track:hover {
  animation-play-state: paused;
}

@keyframes infiniteScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* --- Premium Brand Cards --- */
.brand-card {
  width: 240px;
  height: 140px;
  margin: 0 25px;
  background: var(--white-card);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  flex-shrink: 0;
}

.brand-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

/* --- Hover Effects --- */
.brand-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(45deg, var(--neon-green), #ffffff, var(--neon-green));
  z-index: -1;
  border-radius: 22px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.brand-card:hover {
  transform: translateY(-15px) scale(1.05);
  box-shadow: 0 20px 50px rgba(46, 204, 113, 0.4);
}

.brand-card:hover::before {
  opacity: 1;
}

.brand-card:hover img {
  transform: scale(1.15);
}

/* --- Background Premium Animation --- */
.brand-section::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(46, 204, 113, 0.07) 0%, transparent 70%);
  top: -100px;
  right: -100px;
  z-index: -1;
  border-radius: 50%;
}

/* Scrollbar Style for Premium Feel */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--deep-forest); }
::-webkit-scrollbar-thumb { background: var(--neon-green); border-radius: 10px; }